Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
This Playbook can be used manually or in a Automation Rule to send an remote MDM command with Jamf Pro to lock the computer with an randomised 6 digit passcode.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Jamf Protect |
| Source | View on GitHub |
## Summary This Playbook can be used manually or in a Automation Rule to send an remote MDM command with Jamf Pro to lock the computer with an randomised 6 digit passcode.

Fill in the required parameters:
When an Incident is being created and we have an Automation Rule in place to rule this trigger we can use the Incident details.
This HTTP Action will generate an Access Token using the defined parameters.
This action parses the response from the previous HTTP action in a format so we can use it further in the Playbook.
This action parses the response from the previous HTTP action in a format so we can use it further in the Playbook.
This actions parses the Host Entity array from the incident.
This action filters the array Hosts from the incident so we can use it in the Playbook.
Runs a set of actions for each host
### Get JSSID for given computer in Jamf Pro
This HTTP action will get the JSSID for the given Host.
### Parse JSON response for given computer
This action parses the response from the previous HTTP action in a format so we can use it further in the Playbook.
### Get managementID for given computer in Jam Pro
This HTTP action will get the managementID for a given host based up on it's JSSID.
### Parse JSON for given computer based on managementiD
This action parses the response from the previous HTTP action in a format so we can use it further in the Playbook.
### Generate a randomised 6 digit value
This action will generated a randomised 6 digit integer value
### Send DeviceLock command to given computers JSSID
This HTTP action will send a DeviceLock command to the stored JSSID and using the randomised 6 digit integer value as passcode.
### Add comment to incident (V3)
This action will generate a comment to the Incident and stores the host including the passcode we have been sending a command to.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊